...算法思想 基数排序属于“分配式排序”(distribution sort),是非比较类线性时间排序的一种,又称“桶子法”(bucket sort),顾名思义,它是透过键值的部分信息,将要排序的元素分配至某些“桶”中,借以达到排序的作用。 2.
基于62个网页-相关网页
基数排序(Radix Sort)是一种很有趣的排序方式,在细述它之前,应该先了解下桶式排序(Bucket Sort)。 桶式排序的基本思想是:如果我们有N个整数,范围从1到M(或从0到M-1),那么可以通过设计一个M大小的归零数组Count(数组.
基于28个网页-相关网页
bucket-sort 存储桶排序
the bucket sort 桶排序
parallel bucket sort 并行桶排序
Bucket Sort Algorithm 桶排序算法
This is a well-bucket sort 这是吊桶排序的一种算法
The method is not only obviously quicker than that of quick sort, but also much quicker than the bucket sorting method, even in the case of non-uniformly distributed data.
该排序方法不仅在速度上明显快于快速排序法,而且在非均匀分布数据的情况下也明显快于桶排序法。
Instead of parallel bucket sort recommended by some authors, a scheme using parallel regular sampling sort algorithm to construct the finest level data of the distributed tree is presented.
研究了最细层数据的建立方法,提出采用并行正则采样排序算法来代替众多文献所推荐的并行桶排序算法,以此来建立分布树的最细层数据。
The database server does not sort keys in a particular hash bucket.
数据库服务器不会在特定的哈希bucket中对键进行分类。
应用推荐